GtkDialog: Support adding action widgets in ui files
authorMatthias Clasen <mclasen@redhat.com>
Thu, 24 Apr 2014 04:28:13 +0000 (00:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 Apr 2014 02:11:38 +0000 (22:11 -0400)
commit90559a3fc58c50e76a591716264c67f520fba4b6
treec70a6ed1c1558adae3e751de8cd70658356858bf
parent8935d2f123878c31af69b6c6034069ad540b13c7
GtkDialog: Support adding action widgets in ui files

GtkDialog has convenience API for adding action widgets that are
either placed in the action area or the headerbar. This commit
makes the same functionality available from GtkBuilder ui files
by specifying "action" as the child type.

https://bugzilla.gnome.org/show_bug.cgi?id=728846
gtk/gtkdialog.c